Simple way to add a script to your $PATH
Recommend using a symlink, with the actual script stored in /home/amber/scripts.
/home/amber/scriptschmod +x <script_name>cd /usr/local/binsudo ln -nsf /home/amber/scripts/<script_name>If you want to remove the script from $PATH, just delete the symlink.
by amber